home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_xemacs.idb / usr / freeware / lib / xemacs-20.4 / lisp / hm--html-menus / auto-autoloads.el.z / auto-autoloads.el
Encoding:
Text File  |  1998-05-21  |  3.2 KB  |  76 lines

  1. ;;; DO NOT MODIFY THIS FILE
  2. (if (featurep 'hm--html-menus-autoloads) (error "Already loaded"))
  3.  
  4. ;;;### (autoloads (hm--html-minor-mode hm--html-mode) "hm--html-mode" "hm--html-menus/hm--html-mode.el")
  5.  
  6. (autoload 'hm--html-mode "hm--html-mode" "\
  7. Major mode for editing HTML hypertext documents.  
  8. Special commands:\\{hm--html-mode-map}
  9. Turning on hm--html-mode calls the value of the variable hm--html-mode-hook,
  10. if that value is non-nil." t nil)
  11.  
  12. (autoload 'hm--html-minor-mode "hm--html-mode" "\
  13. Toggle hm--html-minor-mode.
  14. With arg, turn hm--html-minor-mode on iff arg is positive." t nil)
  15.  
  16. ;;;***
  17.  
  18. ;;;### (autoloads (html-view-get-display html-view-goto-url html-view-view-buffer html-view-view-file html-view-start-mosaic) "html-view" "hm--html-menus/html-view.el")
  19.  
  20. (autoload 'html-view-start-mosaic "html-view" "\
  21. Start Mosaic." t nil)
  22.  
  23. (autoload 'html-view-view-file "html-view" "\
  24. View an html file with Mosaic." t nil)
  25.  
  26. (autoload 'html-view-view-buffer "html-view" "\
  27. View html buffer with Mosaic.
  28. If BUFFER-TO-VIEW is nil, then the current buffer is used." t nil)
  29.  
  30. (autoload 'html-view-goto-url "html-view" "\
  31. Goto an URL in Mosaic." t nil)
  32.  
  33. (autoload 'html-view-get-display "html-view" "\
  34. Get the display for Mosaic." t nil)
  35.  
  36. ;;;***
  37.  
  38. ;;;### (autoloads (tmpl-insert-template-file tmpl-insert-template-file-from-fixed-dirs tmpl-expand-templates-in-buffer tmpl-expand-templates-in-region) "tmpl-minor-mode" "hm--html-menus/tmpl-minor-mode.el")
  39.  
  40. (autoload 'tmpl-expand-templates-in-region "tmpl-minor-mode" "\
  41. Expands the templates in the region from BEGIN to END.
  42. If BEGIN and END are nil, then the current region is used." t nil)
  43.  
  44. (autoload 'tmpl-expand-templates-in-buffer "tmpl-minor-mode" "\
  45. Expands all templates in the current buffer." t nil)
  46.  
  47. (autoload 'tmpl-insert-template-file-from-fixed-dirs "tmpl-minor-mode" "\
  48. Inserts a template FILE and expands it, if `tmpl-automatic-expand' is t.
  49. This command tries to read the template file from a list of
  50. predefined directories (look at `tmpl-template-dir-list') and it filters
  51. the contents of these directories with the regular expression
  52. `tmpl-filter-regexp' (look also at this variable). 
  53. The command uses a history variable, which could be changed with the
  54. variable `tmpl-history-variable-name'.
  55.  
  56. The user of the command is able to change interactively to another
  57. directory by entering at first the string \"Change the directory\".
  58. This may be too difficult for the user. Therefore another command
  59. called `tmpl-insert-template-file' exist, which doesn't use fixed
  60. directories and filters." t nil)
  61.  
  62. (autoload 'tmpl-insert-template-file "tmpl-minor-mode" "\
  63. Inserts a template FILE and expand it, if `tmpl-automatic-expand' is t.
  64. Look also at `tmpl-template-dir-list', to specify a default template directory.
  65. You should also take a look at `tmpl-insert-template-file-from-fixed-dirs'
  66. which has additional advantages (and disadvantages :-).
  67.  
  68. ATTENTION: The interface of this function has changed. The old 
  69. function had the argument list (&optional TEMPLATE-DIR AUTOMATIC-EXPAND).
  70. The variables `tmpl-template-dir-list' and `tmpl-automatic-expand' must
  71. now be used instead of the args TEMPLATE-DIR and AUTOMATIC-EXPAND." t nil)
  72.  
  73. ;;;***
  74.  
  75. (provide 'hm--html-menus-autoloads)
  76.